func crypto/tls.cipherSuiteTLS13ByID
12 uses
crypto/tls (current package)
cipher_suites.go#L387: if c := cipherSuiteTLS13ByID(cID); c != nil {
cipher_suites.go#L637: return cipherSuiteTLS13ByID(id)
cipher_suites.go#L643: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
conn.go#L1318: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_client.go#L213: suite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L362: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L368: offeredSuite := cipherSuiteTLS13ByID(offeredID)
handshake_client_tls13.go#L254: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L353: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L748: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server_tls13.go#L322: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
handshake_server_tls13.go#L822: suite := cipherSuiteTLS13ByID(c.cipherSuite)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |